home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_56.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  200 b   |  10 lines

  1. on exitFrame
  2.   if the movieTime of sprite 19 < (10 * 60) then
  3.   else
  4.     set the movieRate of sprite 19 to 0
  5.     set the movieTime of sprite 19 to 0
  6.     go(the frame + 1)
  7.   end if
  8.   go(the frame)
  9. end
  10.